[INFO] fetching crate wsdl 0.1.3...
[INFO] testing wsdl-0.1.3 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate wsdl 0.1.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate wsdl 0.1.3
[INFO] finished tweaking crates.io crate wsdl 0.1.3
[INFO] tweaked toml for crates.io crate wsdl 0.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wsdl 0.1.3 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wsdl 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a70c18add1e580f5ad5c7d2b4e506b238f5d743b814e6fb30b0b1379d0d2ea0
[INFO] running `Command { std: "docker" "start" "-a" "0a70c18add1e580f5ad5c7d2b4e506b238f5d743b814e6fb30b0b1379d0d2ea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a70c18add1e580f5ad5c7d2b4e506b238f5d743b814e6fb30b0b1379d0d2ea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a70c18add1e580f5ad5c7d2b4e506b238f5d743b814e6fb30b0b1379d0d2ea0", kill_on_drop: false }`
[INFO] [stdout] 0a70c18add1e580f5ad5c7d2b4e506b238f5d743b814e6fb30b0b1379d0d2ea0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0be1f82e9f83bea96f083266972125ddbf64ef297deab214cd7a015971168625
[INFO] running `Command { std: "docker" "start" "-a" "0be1f82e9f83bea96f083266972125ddbf64ef297deab214cd7a015971168625", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling xmlparser v0.13.5
[INFO] [stderr]    Compiling roxmltree v0.18.0
[INFO] [stderr]    Compiling quote v1.0.31
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling wsdl v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart> {
[INFO] [stdout]     |                  ^^^^^                          ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |                              |
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<'_, ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<&'a str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:321:17
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:329:27
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<'_, WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:361:17
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<WsPortType<'a, 'input>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<'_, WsPortType<'a, 'input>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:386:23
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsBindingOperation>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |                           |
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsBindingOperation<'_>>> {
[INFO] [stdout]     |                                        +++                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:412:20
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<WsBinding<'a, 'input>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<'_, WsBinding<'a, 'input>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:444:17
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:451:18
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<impl Iterator<Item = WsServicePort>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |                           |
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<'_, impl Iterator<Item = WsServicePort<'_>>> {
[INFO] [stdout]     |                                   +++                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:471:20
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:523:23
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<'_, impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:532:21
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<'_, impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:541:21
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<'_, impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:550:21
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<'_, impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:559:18
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
[INFO] running `Command { std: "docker" "inspect" "0be1f82e9f83bea96f083266972125ddbf64ef297deab214cd7a015971168625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0be1f82e9f83bea96f083266972125ddbf64ef297deab214cd7a015971168625", kill_on_drop: false }`
[INFO] [stdout] 0be1f82e9f83bea96f083266972125ddbf64ef297deab214cd7a015971168625
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1392193030f99cb343e456461953b229f9274135476eca5db96813bf768803b
[INFO] running `Command { std: "docker" "start" "-a" "e1392193030f99cb343e456461953b229f9274135476eca5db96813bf768803b", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart> {
[INFO] [stdout]     |                  ^^^^^                          ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |                              |
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<'_, ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<&'a str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:321:17
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:329:27
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<'_, WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:361:17
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<WsPortType<'a, 'input>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<'_, WsPortType<'a, 'input>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:386:23
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsBindingOperation>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |                           |
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsBindingOperation<'_>>> {
[INFO] [stdout]     |                                        +++                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:412:20
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<WsBinding<'a, 'input>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<'_, WsBinding<'a, 'input>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:444:17
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:451:18
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<impl Iterator<Item = WsServicePort>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |                           |
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<'_, impl Iterator<Item = WsServicePort<'_>>> {
[INFO] [stdout]     |                                   +++                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:471:20
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:523:23
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<'_, impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:532:21
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<'_, impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:541:21
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<'_, impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:550:21
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<'_, impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:559:18
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling wsdl v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart> {
[INFO] [stdout]     |                  ^^^^^                          ^^^^^^^^^^^^^
[INFO] [stdout]     |                  |                              |
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  |                              the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn typename(&self) -> Result<'_, ExpandedName<'a, 'a>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<&'a str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn target_namespace(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn input(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn output(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn fault(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:321:17
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:329:27
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn port_operation(&self) -> Result<'_, WsPortOperation<'a, 'input>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:361:17
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<WsPortType<'a, 'input>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn port_type(&self) -> Result<'_, WsPortType<'a, 'input>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:386:23
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsBindingOperation>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |                           |
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsBindingOperation<'_>>> {
[INFO] [stdout]     |                                        +++                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:412:20
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<WsBinding<'a, 'input>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn binding(&self) -> Result<'_, WsBinding<'a, 'input>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:444:17
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:451:18
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<impl Iterator<Item = WsServicePort>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |                           |
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         |                           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 |     pub fn ports(&self) -> Result<'_, impl Iterator<Item = WsServicePort<'_>>> {
[INFO] [stdout]     |                                   +++                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:471:20
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn schemas(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:523:23
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn port_types(&self) -> Result<'_, impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:532:21
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub fn messages(&self) -> Result<'_, impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:541:21
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn bindings(&self) -> Result<'_, impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:550:21
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |     pub fn services(&self) -> Result<'_, impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wsdl.rs:559:18
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn types(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.39s
[INFO] running `Command { std: "docker" "inspect" "e1392193030f99cb343e456461953b229f9274135476eca5db96813bf768803b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1392193030f99cb343e456461953b229f9274135476eca5db96813bf768803b", kill_on_drop: false }`
[INFO] [stdout] e1392193030f99cb343e456461953b229f9274135476eca5db96813bf768803b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] be11aee88eaca3b2aa5b15dfe797985d2c399efa5b26883ebceb8d6940eadb09
[INFO] running `Command { std: "docker" "start" "-a" "be11aee88eaca3b2aa5b15dfe797985d2c399efa5b26883ebceb8d6940eadb09", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:131:18
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart> {
[INFO] [stderr]     |                  ^^^^^                          ^^^^^^^^^^^^^
[INFO] [stderr]     |                  |                              |
[INFO] [stderr]     |                  |                              the same lifetime is hidden here
[INFO] [stderr]     |                  |                              the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn parts(&self) -> impl Iterator<Item = WsMessagePart<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:151:17
[INFO] [stderr]     |
[INFO] [stderr] 151 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 151 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:160:21
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn typename(&self) -> Result<ExpandedName<'a, 'a>> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                     |         |
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn typename(&self) -> Result<'_, ExpandedName<'a, 'a>> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:187:17
[INFO] [stderr]     |
[INFO] [stderr] 187 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 187 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:195:29
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn target_namespace(&self) -> Result<&'a str> {
[INFO] [stderr]     |                             ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                             |         |
[INFO] [stderr]     |                             |         the same lifetime is hidden here
[INFO] [stderr]     |                             |         the same lifetime is hidden here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub fn target_namespace(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:200:23
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                       |         |
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsPortOperation<'a, 'input>>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:221:17
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:229:18
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn input(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn input(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:256:19
[INFO] [stderr]     |
[INFO] [stderr] 256 |     pub fn output(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                   |         |
[INFO] [stderr]     |                   |         the same lifetime is hidden here
[INFO] [stderr]     |                   |         the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 256 |     pub fn output(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:283:18
[INFO] [stderr]     |
[INFO] [stderr] 283 |     pub fn fault(&self) -> Result<Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 283 |     pub fn fault(&self) -> Result<'_, Option<WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:321:17
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:329:27
[INFO] [stderr]     |
[INFO] [stderr] 329 |     pub fn port_operation(&self) -> Result<WsPortOperation<'a, 'input>> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                           |         |
[INFO] [stderr]     |                           |         the same lifetime is hidden here
[INFO] [stderr]     |                           |         the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 329 |     pub fn port_operation(&self) -> Result<'_, WsPortOperation<'a, 'input>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:361:17
[INFO] [stderr]     |
[INFO] [stderr] 361 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:368:22
[INFO] [stderr]     |
[INFO] [stderr] 368 |     pub fn port_type(&self) -> Result<WsPortType<'a, 'input>> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                      |         |
[INFO] [stderr]     |                      |         the same lifetime is hidden here
[INFO] [stderr]     |                      |         the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 368 |     pub fn port_type(&self) -> Result<'_, WsPortType<'a, 'input>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:386:23
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn operations(&self) -> Result<impl Iterator<Item = WsBindingOperation>> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                       |         |                           |
[INFO] [stderr]     |                       |         |                           the same lifetime is hidden here
[INFO] [stderr]     |                       |         |                           the same lifetime is hidden here
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn operations(&self) -> Result<'_, impl Iterator<Item = WsBindingOperation<'_>>> {
[INFO] [stderr]     |                                        +++                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:404:17
[INFO] [stderr]     |
[INFO] [stderr] 404 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 404 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:412:20
[INFO] [stderr]     |
[INFO] [stderr] 412 |     pub fn binding(&self) -> Result<WsBinding<'a, 'input>> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                    |         |
[INFO] [stderr]     |                    |         the same lifetime is hidden here
[INFO] [stderr]     |                    |         the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 412 |     pub fn binding(&self) -> Result<'_, WsBinding<'a, 'input>> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:444:17
[INFO] [stderr]     |
[INFO] [stderr] 444 |     pub fn name(&self) -> Result<&'a str> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 444 |     pub fn name(&self) -> Result<'_, &'a str> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:451:18
[INFO] [stderr]     |
[INFO] [stderr] 451 |     pub fn ports(&self) -> Result<impl Iterator<Item = WsServicePort>> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |                           |
[INFO] [stderr]     |                  |         |                           the same lifetime is hidden here
[INFO] [stderr]     |                  |         |                           the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 451 |     pub fn ports(&self) -> Result<'_, impl Iterator<Item = WsServicePort<'_>>> {
[INFO] [stderr]     |                                   +++                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:471:20
[INFO] [stderr]     |
[INFO] [stderr] 471 |     pub fn schemas(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                    |         |
[INFO] [stderr]     |                    |         the same lifetime is hidden here
[INFO] [stderr]     |                    |         the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 471 |     pub fn schemas(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:523:23
[INFO] [stderr]     |
[INFO] [stderr] 523 |     pub fn port_types(&self) -> Result<impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                       |         |
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       |         the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 523 |     pub fn port_types(&self) -> Result<'_, impl Iterator<Item = WsPortType<'a, 'input>>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:532:21
[INFO] [stderr]     |
[INFO] [stderr] 532 |     pub fn messages(&self) -> Result<impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                     |         |
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 532 |     pub fn messages(&self) -> Result<'_, impl Iterator<Item = WsMessage<'a, 'input>>> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:541:21
[INFO] [stderr]     |
[INFO] [stderr] 541 |     pub fn bindings(&self) -> Result<impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                     |         |
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 541 |     pub fn bindings(&self) -> Result<'_, impl Iterator<Item = WsBinding<'a, 'input>>> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:550:21
[INFO] [stderr]     |
[INFO] [stderr] 550 |     pub fn services(&self) -> Result<impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                     |         |
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 550 |     pub fn services(&self) -> Result<'_, impl Iterator<Item = WsService<'a, 'input>>> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/wsdl.rs:559:18
[INFO] [stderr]     |
[INFO] [stderr] 559 |     pub fn types(&self) -> Result<impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 559 |     pub fn types(&self) -> Result<'_, impl Iterator<Item = Node<'a, 'input>>> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `wsdl` (lib) generated 26 warnings (run `cargo fix --lib -p wsdl` to apply 26 suggestions)
[INFO] [stderr] warning: `wsdl` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wsdl-9df300522a346716)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wsdl
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 34) ... ignored
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `wsdl::Wsdl`
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use wsdl::Wsdl;
[INFO] [stdout]    |     ^^^^^^^^^^ no `Wsdl` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 11 - use wsdl::Wsdl;
[INFO] [stdout] 11 + use wsdl::wsdl;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `WsDefinitions` in this scope
[INFO] [stdout]   --> src/lib.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let wsdl = WsDefinitions::from_document(&document)?;
[INFO] [stdout]    |                ^^^^^^^^^^^^^ use of undeclared type `WsDefinitions`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  7 + use wsdl::WsDefinitions;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "be11aee88eaca3b2aa5b15dfe797985d2c399efa5b26883ebceb8d6940eadb09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be11aee88eaca3b2aa5b15dfe797985d2c399efa5b26883ebceb8d6940eadb09", kill_on_drop: false }`
[INFO] [stdout] be11aee88eaca3b2aa5b15dfe797985d2c399efa5b26883ebceb8d6940eadb09
